/*初始化样式*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
	overflow-x: hidden;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	color: #333;
	position: relative;
	font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
	color: #333;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #03bac5;
}

input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table,
th,
td {
	vertical-align: middle;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,
h2 {
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

h3,
h4,
h5,
h6 {
	font-weight: normal;
}

p {
	margin: 0;
}

/*----- Common css ------*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/*flex布局*/
.flex_wrap {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*flex布局上下对齐*/
.flex_alise {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}

/*flex布局上下居中*/
.flex_alice {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

/*flex布局左右对齐*/
.flex_con {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

/*flex布局左右居中*/
.flex_con_cen {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

/**/
.max1500 {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 50px;
}

.page_con_zhuti {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 50px;
}

@media(max-width:1280px) {
	.max1500 {
		padding: 0 30px;
	}

	.page_con_zhuti {
		padding: 0 30px;
	}
}

@media(max-width:991px) {
	.max1500 {
		padding: 0 20px;
	}

	.page_con_zhuti {
		padding: 0 20px;
	}

	body {
		padding-top: 61px;
	}
}

@media(max-width:768px) {
	.max1500 {
		padding: 0 15px;
	}

	.page_con_zhuti {
		padding: 0 15px;
	}
}

/*头部*/
.pc_header0 {
	height: 42px;
	line-height: 42px;
	color: #6f716f;
	font-size: 15px;
	background: #e5f1f4;
}

.pc_header0 a {
	color: #6f716f;
}

.pc_header0_fr ul {
	overflow: hidden;
}

.pc_header0_fr li {
	float: left;
	padding: 0 8px;
	position: relative;
}

.pc_header0_fr li a {
	display: block;
}

.pc_header0_fr li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 14px;
	background: #6f716f;
	margin-top: -7px;
}

.pc_header0_fr li:last-child::before {
	display: none;
}

#pc_header {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_header_con {
	height: 120px;
	line-height: 120px;
	width: 100%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_logo_ww {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_logo {
	/*width: 73px;*/
	width: 160px;
	margin-right: 20px;
}

.pc_logo img {
	max-width: 100%;
}

.pc_logo_wz h3 {
	font-size: 24px;
	line-height: 1.5;
	color: #027890;
	font-weight: bold;
}

.pc_logo_wz h4 {
	font-size: 19px;
	line-height: 1.5;
	color: #222222;
}

.pc_logo_ww .logowzl {
	font-size: 0;
	margin-left: 2rem;
	padding-top: 3px;
	line-height: 0;
}

.pc_logo_ww .logowzl li {
	display: inline-block;
	width: 90px;
	height: 88px;
	background-color: #027890;
	border-radius: 50%;
	text-align: center;
	position: relative;
	margin: 0 5px;
	vertical-align: middle;
}

.pc_logo_ww .logowzl li::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
	border-radius: 50%;
	position: absolute;
	top: -6px;
	left: 0;
	z-index: -1;
}

.pc_logo_ww .logowzl li h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	color: #ffffff;
	padding-top: 22px;
	padding-bottom: 20px;
}

.pc_logo_ww .logowzl li h3 span {
	display: block;
	font-size: 12px;
	line-height: 1;
	color: #03bac5;
	margin-top: 8px;
}


.pc_nav {
	width: 100%;
}

.pc_nav>ul {
	width: 100%;
}

.pc_nav>ul {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

.pc_nav>ul>li {
	/*width: 11.11111111111111111111%;*/
	width: 14.2857142857%;
	float: left;
	position: relative;
	text-align: center;
}

.pc_nav>ul>li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	height: 16px;
	border-right: 1px dashed #fff;
	margin-top: -8px;
}

.pc_nav>ul>li:last-child::before {
	display: none;
}

.pc_nav>ul>li>a {
	font-size: 16px;
	line-height: 55px;
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc_nav_erji_w {
	position: absolute;
	z-index: 999;
	width: 100%;
	min-width: 170px;
	left: 50%;
	top: 55px;
	background: #fff;
	border-radius: 5px;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transform: translate(-50%, 20px);
	-moz-transform: translate(-50%, 20px);
	-ms-transform: translate(-50%, 20px);
	-o-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.pc_nav>ul>li:hover .pc_nav_erji_w {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.pc_nav>ul>li:hover>a {
	color: #fff;
}

.pc_nav_erji_li a {
	font-size: 15px;
	line-height: 2;
	padding: 5px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_nav_erji_li a:hover {
	background: #03bac5;
	color: #fff;
}

.pc_sousuo {
	position: relative;
	width: 30px;
	z-index: 999;
}

.pc_sousuo1 {
	width: 30px;
	height: 30px;
	background: url(../images/sh_ico.png) no-repeat center;
	background-size: 25px;
	margin-top: 25px;
	cursor: pointer;
}

.pc_sousuo2 {
	position: absolute;
	right: 0;
	top: 100%;
	width: 250px;
	z-index: 999;
	background: #03bac5;
	display: none;
}

.pc_sousuo2 input {
	outline: none;
	line-height: 45px;
	width: 36px;
	background: none;
	border: 0;
	background: #0662af;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.28);
	float: left;
}

.pc_sousuo2 .pc_sousuo_con_tijiao {
	background: url(../images/nav_sousuo.png) no-repeat center;
	background-size: 20px;
	cursor: pointer;
}

.pc_sousuo2 .pc_sousuo_con_shuru {
	padding-left: 13px;
	line-height: 45px;
	width: calc(100% - 36px);
	background: none;
	border: 0;
	outline: none;
	font-size: 13px;
	color: rgba(255, 255, 255, 1);
	float: left;
}

.pc_sousuo2 .pc_sousuo_con_shuru::-webkit-autofill {
	-webkit-text-fill-color: rgba(255, 255, 255, 1) !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.pc_sousuo2 .pc_sousuo_con_shuru::placeholder {
	color: rgba(255, 255, 255, 1);
}

.pc_nav_dianhua {
	font-size: 0;
	text-align: right;
	padding-right: 70px;
	background: url(../images/img/top_header_phone.png) no-repeat right center;
}

.pc_nav_dianhua h3 {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

.pc_nav_dianhua h4 {
	font-size: 26px;
	font-family: Impact, Arial, SWZ92;
	line-height: 1.2;
	color: #03bac5;
	margin-top: 5px;
}

.pc_header_nav {
	background: url(../images/img/top_header_nav.jpg) no-repeat center;
	background-size: cover;
}

@media(max-width:1280px) {
	.pc_logo_wz h3 {
		font-size: 21px;
	}

	.pc_logo_wz h4 {
		font-size: 18px;
	}

	.pc_logo_ww .logowzl {
		margin-left: 20px;
	}

	.pc_nav_dianhua h4 {
		font-size: 24px;
	}
}

@media(max-width:1200px) {
	.pc_logo{
		width: 150px;
	}

	.pc_logo_wz h3 {
		font-size: 20px;
	}

	.pc_nav_dianhua{
		padding-right:60px;
		background-size: 50px;
	}

	.pc_nav_dianhua h4{
		font-size: 22px;
	}
}

@media(max-width:991px) {
	.pc_header0 {
		display: none;
	}

	.pc_header_nav {
		display: none;
	}
}

/*首页banner*/
.index_banner {
	position: relative;
	overflow: hidden;
}

.index_banner img {
	width: 100%;
}

.index_banner_yuandian {
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 5% !important;
	z-index: 99;
}

.index_banner_yuandian span {
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	margin: 0 5px !important;
}

.index_banner_yuandian span.swiper-pagination-bullet-active {
	background: #03bac5;
}

@media(max-width:768px) {
	.index_banner_yuandian {
		bottom: 10px !important;
	}

	.index_banner_yuandian span {
		width: 10px;
		height: 10px;
		margin: 0 3px !important;
	}
}

/* 搜索 */
.rtss {
	padding: 17px 0;
}

.rtss .rtss_fl {
	width: 60%;
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	color: #232222;
	font-weight: bold;
	padding-left: 37px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	background: url(../images/img/index_search_hot.png) no-repeat left center;
}

.rtss .rtss_fl a {
	color: #615f5f;
	padding: 0 4px;
	font-weight: normal;
}

.rtss .rtss_fr {
	width: 34%;
	background-color: #e9fafb;
	border-radius: 4px;
	max-width: 400px;
}

.rtss .rtss_fr input {
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	color: #999;
	background: none;
	border: 0;
	padding-left: 15px;
	outline: none;
}

.rtss .rtss_fr #keyword::-webkit-input-placeholder {
	color: #999;
}

.rtss .rtss_fr #keyword {
	width: 82%;
	background: url(../images/img/index_search_xian.png) no-repeat right center;
}

.rtss .rtss_fr #s_btn {
	width: 18%;
	background: url(../images/img/index_search_sousuo.png) no-repeat center;
}

@media(max-width: 991px) {
	.rtss {
		display: none;
	}
}

/* 标题 */
.sytitle {
	text-align: center;
	position: relative;
}

.sytitle h3 {
	font-family: Arial;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	color: rgba(3, 186, 197, .1);
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.baiyanse.sytitle h3 {
	color: rgba(255, 255, 255, .4);
}

.sytitlex {
	padding-top: 1.6%;
	position: relative;
	z-index: 5;
}

.sytitle h4 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.33333333;
	color: #03bac5;
}

.sytitle h4 span {
	color: #222222;
}

.baiyanse.sytitle h4 {
	color: rgba(255, 255, 255, 1);
}

.baiyanse.sytitle h4 span {
	color: rgba(255, 255, 255, 1);
}

.sytitle h5 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	color: #666666;
	margin-top: 1%;
	margin-bottom: 1.3%;
}

.baiyanse.sytitle h5 {
	color: rgba(255, 255, 255, 1);
}

@media(max-width: 1280px) {
	.sytitle h5 {
		font-size: 17px;
	}
}

@media(max-width: 991px) {
	.sytitle h3 {
		font-size: 46px;
	}

	.sytitlex {
		padding-top: 12px;
	}

	.sytitle h4 {
		font-size: 28px;
	}

	.sytitle h5 {
		font-size: 16px;
	}

	.sytitle h5 {
		margin-top: 5px;
		margin-bottom: 8px;
	}
}

@media(max-width: 468px) {
	.sytitle h3 {
		font-size: 38px;
	}

	.sytitlex {
		padding-top: 10px;
	}

	.sytitle h4 {
		font-size: 22px;
	}
}

/* 产品中心 */
.cpzx {
	padding: 5% 0;
	background: rgba(204, 204, 204, 0.2);
}

.cpzx .cpzx_fc {
	margin-top: 3.5%;
}

.cpzx .cpzx_fc .cpzx_fcyj {
	position: relative;
}

.cpzx .cpzx_fc .cpzx_fcyj li {
	width: 32%;
	margin-right: 2%;
	background: url(../images/img/index_product_fenlei.png) no-repeat center;
	background-size: 100% 100%;
	border-radius: 8px;
}

.cpzx .cpzx_fc .cpzx_fcyj li:nth-child(2n) {
	background: url(../images/img/index_product_fenlei1.png) no-repeat center;
	background-size: 100% 100%;
}

.cpzx .cpzx_fc .cpzx_fcyj li:nth-child(3n) {
	margin-right: 0;
}

.cpzx .cpzx_fc .cpzx_fcyj li>a {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	padding: 6% 0;
	align-items: center;
	height: 100%;
}

.cpzx .cpzx_fc .cpzx_fcyj li>a .cpflyjwz {
	font-size: 1.3rem;
	line-height: 1.3;
	color: #ffffff;
	margin-left: 1.25rem;
}

.cpzx .cpzx_fc .cpzx_fcyj li>a .cpflyjwz span {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, .6);
	margin-top: 5px;
}

.cpzx .cpzx_fc .cpejfl {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;

	display: none;

	border-bottom: solid 1px #cccccc;
}

.cpzx .cpzx_fc .cpejfl:nth-child(1) {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
}

.cpzx .cpzx_fc .cpejfl li {
	width: 16.6666666666%;
	max-width: 220px;
	padding: 2% 0;
	text-align: center;
}

.cpzx .cpzx_fc .cpejfl li a {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cpzx .cpzx_fc .cpejfl li a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border: solid 1px #666666;
	border-radius: 50%;
	margin-right: 8px;
}

.cpzx .cpzx_fb {
	margin-top: 0;
}

.cpzx .cpzx_fb ul li {
	width: 23.5%;
	margin-top: 2%;
	margin-right: 2%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.cpzx .cpzx_fb ul li:nth-child(4n) {
	margin-right: 0;
}

.cpzx .cpzx_fb ul li a {
	padding: 4px;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.cpzx .cpzx_fb ul li img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.cpzx .cpzx_fb ul li:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.cpzx .cpzx_fb ul li h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	color: #666666;
	margin-top: 6%;
	margin-bottom: 8px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cpzx .cpzx_fb ul li h4 {
	width: 82%;
	margin: 0 auto;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	color: #999;
	margin-bottom: 5%;
	max-height: 3em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cpzx .cpzx_fb ul li .img {
	position: relative;
	overflow: hidden;
}

.cpzx .cpzx_fb ul li .img::before {
	position: absolute;
	z-index: 2;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(1, 55, 66, 0.4) url(../images/img/index_product_links.png) no-repeat center;
	display: none;
}

.cpzx .cpzx_fb ul li a {
	display: block;
}

.cpzx .cpzx_fb ul li a::before {
	position: absolute;
	z-index: 2;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: -100%;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.cpzx .cpzx_fb ul li:hover a {
	background: #02c0ca;
}

.cpzx .cpzx_fb ul li:hover .img::before {
	display: block;
}

.cpzx .cpzx_fb ul li:hover h3 {
	color: #fff;
}

.cpzx .cpzx_fb ul li:hover a::before {
	top: 0;
}

.cpzx .cpzx_fb ul li:hover h4 {
	color: #fff;
}

.cpzx .cpckgdw {
	margin-top: 3.5%;
	text-align: center;
}

.cpzx .cpckgdw .cpckgd {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	color: #ffffff;
	background-image: linear-gradient(90deg, #03bac5 0%, #027890 100%);
	border-radius: 8px;
	padding: 1.3rem 4.5rem;
}

@media(max-width: 1280px) {
	.cpzx .cpzx_fc .cpzx_fcyj li>a .cpflyjwz {
		font-size: 18px;
		margin-left: 10px;
	}

	.cpzx .cpzx_fc .cpzx_fcyj li>a .cpflyjwz span {
		font-size: 14px;
	}

	.cpzx .cpzx_fc .cpejfl li a {
		font-size: 17px;
	}

	.cpzx .cpzx_fb ul li h3 {
		font-size: 17px;
	}

	.cpzx .cpckgdw .cpckgd {
		font-size: 17px;
	}
}

@media(max-width: 991px) {
	.cpzx .cpzx_fc .cpzx_fcyj li>a {
		padding: 10px 0;
	}

	.cpzx .cpzx_fc .cpzx_fcyj li>a .cpflyjtp img {
		max-width: 50px;
	}

	.cpzx .cpzx_fb ul li h3 {
		margin: 15px 0 8px;
	}

	.cpzx .cpckgdw .cpckgd {
		padding: 15px 50px;
	}

	.cpzx .cpzx_fb ul li h3 {
		font-size: 16px;
	}

	.cpzx .cpzx_fb ul li h4 {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.cpzx .cpckgdw .cpckgd {
		font-size: 16px;
	}
}

@media(max-width:768px) {
	.cpzx {
		padding: 30px 0;
	}

	.cpzx .cpzx_fc {
		margin-top: 20px;
	}

	.cpzx .cpzx_fc .cpzx_fcyj li {
		width: 49%;
		margin-right: 2%;
	}

	.cpzx .cpzx_fc .cpzx_fcyj li:nth-child(2n) {
		margin-right: 0;
	}

	.cpzx .cpzx_fc .cpzx_fcyj li:nth-child(n+3) {
		margin-top: 2%;
	}

	.cpzx .cpzx_fc .cpzx_fcyj li {
		background-image: linear-gradient(90deg, #03bac5 0%, #027890 100%);
	}

	.cpzx .cpzx_fc .cpzx_fcyj li:nth-child(2n) {
		background-image: linear-gradient(90deg, #03bac5 0%, #027890 100%);
	}

	.cpzx .cpzx_fc .cpzx_fcyj li>a .cpflyjtp img {
		max-width: 40px;
	}

	.cpzx .cpzx_fc .cpejfl {
		justify-content: flex-start;
	}

	.cpzx .cpzx_fc .cpejfl li {
		width: 33.333333333333%;
		max-width: 33.333333333333%;
		padding: 15px 0;
		text-align: center;
	}

	.cpzx .cpzx_fc .cpejfl li:nth-child(n+4) {
		padding-top: 0;
	}

	.cpzx .cpzx_fc .cpejfl li a {
		font-size: 16px;
	}

	.cpzx .cpzx_fb ul li {
		width: 49%;
	}

	.cpzx .cpzx_fb ul li:nth-child(2n) {
		margin-right: 0;
	}

	.cpzx .cpckgdw {
		margin-top: 20px;
	}
}

@media(max-width:468px) {
	.cpzx {
		padding: 25px 0;
	}

	.cpzx .cpzx_fc {
		margin-top: 15px;
	}

	.cpzx .cpzx_fc .cpzx_fcyj li {
		width: 100%;
		margin-right: 0 !important;
	}

	.cpzx .cpzx_fc .cpzx_fcyj li:nth-child(n+2) {
		margin-top: 10px;
	}

	.cpzx .cpzx_fc .cpzx_fcyj li>a {
		padding: 10px 0 10px;
	}

	.cpzx .cpzx_fc .cpzx_fcyj li>a .cpflyjtp img {
		display: none;
	}

	.cpzx .cpzx_fc .cpzx_fcyj li>a .cpflyjwz {
		margin-left: 0;
		width: 100%;
		padding: 0 5px;
		text-align: center;
		font-size: 17px;
	}

	.cpzx .cpzx_fc .cpzx_fcyj li>a .cpflyjwz span {
		font-size: 13px;
		margin-top: 1px;
	}

	.cpzx .cpzx_fc .cpejfl li {
		width: 50%;
		max-width: 50%;
	}

	.cpzx .cpzx_fc .cpejfl li:nth-child(n+3) {
		padding-top: 0;
	}

	.cpzx .cpzx_fb ul li {
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}

	.cpzx .cpckgdw .cpckgd {
		padding: 15px 30px;
	}
}

/* 离型材料 */
.clzx {
	margin: 0 0 5.5%;
	padding: 5.5% 0 0;
}

.clzx .clzx_fb {
	margin-top: 3.5%;
}

.clzx .clzx_fb ul {
	overflow: hidden;
}

.clzx .clzx_fb li {
	width: 56.133%;
	float: left;
	position: relative;
	overflow: hidden;
}

.clzx .clzx_fb li img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.clzx .clzx_fb li:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.clzx .clzx_fb li .clzx_fbwz {
	width: 38.241%;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #e9fafb;
	text-align: center;
	height: 100%;
	padding: 2% 3%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
}

.clzx .clzx_fb li .img {
	width: 61.759%;
	float: right;
	overflow: hidden;
}

.clzx .clzx_fb li:nth-child(1) {
	width: 43.867%;
}

.clzx .clzx_fb li:nth-child(1) .clzx_fbwz {
	width: 48.634%;
	background-image: linear-gradient(54deg, #027890 0%, #03bac5 100%), linear-gradient(#03bac5, #03bac5);
	background-blend-mode: normal, normal;
	padding: 2% 4%;
	height: 50%;
}

.clzx .clzx_fb li:nth-child(1) .img {
	width: 100%;
}

.clzx .clzx_fb li:nth-child(3) .img {
	float: left;
}

.clzx .clzx_fb li:nth-child(2) .clzx_fbwz {
	left: 0;
	right: auto;
}

.clzx .clzx_fb li .clzx_fbwz h3 {
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.3;
	color: #222222;
}

.clzx .clzx_fb li .clzx_fbwz h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	color: #666666;
	margin: 6% 0;
}

.clzx .clzx_fb li .clzx_fbwz h5 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.25;
	color: #666666;
	border-radius: 4px;
	border: solid 1px rgba(153, 153, 153, 0.8);
	padding: 9px 0;
	width: 152px;
	margin: 0 auto;
}

.clzx .clzx_fb li:nth-child(1) .clzx_fbwz h3 {
	color: #ffffff;
}

.clzx .clzx_fb li:nth-child(1) .clzx_fbwz h4 {
	color: rgba(255, 255, 255, 0.8);
}

.clzx .clzx_fb li:nth-child(1) .clzx_fbwz h5 {
	border: solid 1px rgba(255, 255, 255, 0.8);
	color: #fffefe;
}

@media(max-width:1280px) {
	.clzx .clzx_fb li .clzx_fbwz h3 {
		font-size: 20px;
	}

	.clzx .clzx_fb li .clzx_fbwz h4 {
		font-size: 15px;
	}

	.clzx .clzx_fb li .clzx_fbwz h5 {
		font-size: 15px;
		width: 140px;
	}
}

@media(max-width: 991px) {
	.clzx .clzx_fb li {
		width: 100%;
	}

	.clzx .clzx_fb li:nth-child(1) {
		width: 100%;
	}

	.clzx .clzx_fb li .clzx_fbwz h3 {
		font-size: 18px;
	}
}

@media(max-width:768px) {
	.clzx {
		padding: 30px 0 0;
		margin: 0 0 30px;
	}

	.clzx .clzx_fb {
		margin-top: 20px;
	}

	.clzx .clzx_fb li .img {
		width: 100%;
	}

	.clzx .clzx_fb li:nth-child(1) .clzx_fbwz {
		width: 100%;
		padding: 18px 15px 20px;
	}

	.clzx .clzx_fb li .clzx_fbwz {
		width: 100%;
		position: static;
		padding: 18px 15px 20px;
	}

	.clzx .clzx_fb li .clzx_fbwz .clzx_fbwznr {
		width: 100%;
	}

	.clzx .clzx_fb li .clzx_fbwz h4 {
		margin: 10px 0 15px;
	}
}

@media(max-width:468px) {
	.clzx {
		padding: 25px 0 0;
		margin: 0 0 25px;
	}

	.clzx .clzx_fb {
		margin-top: 15px;
	}

	.clzx .clzx_fb li:nth-child(1) .clzx_fbwz {
		padding: 15px;
	}

	.clzx .clzx_fb li .clzx_fbwz {
		padding: 15px;
	}

	.clzx .clzx_fb li .clzx_fbwz h4 {
		margin: 10px 0 12px;
	}
}

/* 16年耕耘 */
.slngy {
	background-color: #fff;
	padding: 5.5% 0;
}

.slngy_fc {
	padding-top: 3.5%;
}

.slngy_fc li {
	width: 23.5%;
	margin-right: 2%;
}

.slngy_fc li:nth-child(4n) {
	margin-right: 0;
}

.slngy_fc li .img {
	overflow: hidden;
}

.slngy_fc li .img img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.slngy_fc li:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.slngy_fc li h3 {
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.5;
	color: #222222;
	margin-top: 5%;
}

.slngy_fc li h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	color: #999999;
	margin-top: 5px;
}

.slngy_fb {
	width: 72%;
	margin: 0 auto;
	margin-top: 4%;
	padding: 3% 0;
	background-color: #ffffff;
	box-shadow: 0px 3px 20px 4px rgba(0, 0, 0, 0.08);
	border-radius: 110px;
	text-align: center;
}

.slngy_fb h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	color: #666666;
}

.slngy_fb h4 span {
	color: #03bac5;
	font-weight: bold;
}

.slngy_fb h4 {
	font-size: 1.6rem;
	line-height: 1.3;
	color: #222222;
	margin: 10px 0 15px;
}

.slngy_fb h5 {
	width: 72%;
	max-width: 630px;
	margin: 0 auto;
	background-image: linear-gradient(54deg, #027890 0%, #03bac5 100%), linear-gradient(#03bac5, #03bac5);
	background-blend-mode: normal, normal;
	border-radius: 22px;
	font-size: 20px;
	font-weight: normal;
	line-height: 2.2;
	color: #ffffff;
}

@media(max-width:1280px) {
	.slngy_fc li h3 {
		font-size: 18px;
	}

	.slngy_fb h3 {
		font-size: 18px;
	}

	.slngy_fb h4 {
		font-size: 22px;
	}

	.slngy_fb h5 {
		font-size: 18px;
	}
}

@media(max-width:991px) {
	.slngy_fb {
		width: 90%;
	}

	.slngy_fc li h3 {
		margin-top: 10px;
	}

	.slngy_fb h4 {
		font-size: 20px;
	}
}

@media(max-width:768px) {
	.slngy {
		padding: 30px 0;
	}

	.slngy_fc {
		padding-top: 20px;
	}

	.slngy_fc li {
		width: 49%;
		margin-right: 2%;
	}

	.slngy_fc li:nth-child(2n) {
		margin-right: 0;
	}

	.slngy_fc li:nth-child(n+3) {
		margin-top: 2%;
	}

	.slngy_fc li h3 {
		font-size: 17px;
	}

	.slngy_fc li h4 {
		margin-top: 2px;
	}

	.slngy_fb {
		width: 100%;
		padding: 20px 10px;
		margin-top: 15px;
	}

	.slngy_fb h5 {
		width: 90%;
		font-size: 17px;
	}

	.slngy_fb h3 {
		font-size: 17px;
	}

	.slngy_fb h4 {
		width: 90%;
		font-size: 18px;
		margin: 10px auto 12px;
	}
}

@media(max-width:640px) {
	.slngy_fb {
		border-radius: 70px;
	}
}

@media(max-width:468px) {
	.slngy {
		padding: 25px 0;
	}

	.slngy_fc {
		padding-top: 15px;
	}

	.slngy_fc li {
		width: 100%;
		margin-right: 0;
	}

	.slngy_fc li:nth-child(n+2) {
		margin-top: 5px;
	}

	.slngy_fb {
		background: none;
		box-shadow: 0px 3px 20px 4px rgb(0, 0, 0, 0);
		margin-top: 15px;
		padding: 0;
		border-radius: 40px;
	}

	.slngy_fb h4 {
		width: 100%;
	}

	.slngy_fb h5 {
		width: 100%;
		font-size: 15px;
	}
}

/* 案例展示 */
.alzs {
	padding: 5.5% 0;
	background: url(../images/img/index_case_bj_1.jpg) no-repeat center;
	background-size: cover;
}

.alzs .sytitle h3 {
	color: #439aa1;
}

.alzs .sytitle h4 {
	color: #ffffff;
}

.alzs .sytitle h4 span {
	color: #ffffff;
}

.alzs .sytitle h5 {
	color: rgba(255, 255, 255, .6);
}

.alzs .alzs_fb {
	background-color: #ffffff;
	padding: 4%;
	margin-top: 3.5%;
}

.alzs_fb_con_nnn {
	width: 100%;
	overflow: hidden;
}

.alzs .alzs_fb li {
	width: 32%;
	margin-right: 2%;
	padding: 1.2%;
	float: left;
	background-color: rgba(245, 245, 245, 0.6);
}

.alzs .alzs_fb li img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.alzs .alzs_fb li .img {
	overflow: hidden;
}

.alzs .alzs_fb li:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.alzs .alzs_fb li h3 {
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.3;
	color: #222222;
	margin-top: 6%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.alzs .alzs_fb li h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	color: #666666;
	margin: 6% 0;
	max-height: 6em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.alzs .alzs_fb li h5 {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.3;
	color: #ffffff;
	margin: 0;
	padding: 6% 2%;
	background: url(../images/img/index_case_bj.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}

.alzs .alzs_fb li h5 span {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 5px;
}

@media(max-width: 1280px) {
	.alzs .alzs_fb li h3 {
		font-size: 20px;
	}

	.alzs .alzs_fb li h5 {
		font-size: 20px;
	}

	.alzs .alzs_fb li h5 span {
		font-size: 17px;
	}
}

@media(max-width: 991px) {
	.alzs .alzs_fb li h3 {
		font-size: 18px;
	}

	.alzs .alzs_fb li h5 {
		font-size: 18px;
	}

	.alzs .alzs_fb li h5 span {
		font-size: 15px;
		margin-top: 3px;
	}
}

@media(max-width: 768px) {
	.alzs {
		padding: 30px 0;
	}

	.alzs .alzs_fb {
		margin-top: 20px;
		padding: 15px;
	}

	.alzs .alzs_fb li {
		width: 49%;
		padding: 8px;
	}

	.alzs .alzs_fb li:nth-child(4) {
		display: block;
	}

	.alzs .alzs_fb li h3 {
		margin-top: 15px;
		font-size: 17px;
	}

	.alzs .alzs_fb li h4 {
		margin: 10px 0;
		font-size: 15px;
	}

	.alzs .alzs_fb li h5 {
		padding: 15px 10px;
		font-size: 17px;
	}
}

@media(max-width: 468px) {
	.alzs {
		padding: 25px 0;
	}

	.alzs .alzs_fb {
		padding: 10px;
		margin-top: 15px;
	}

	.alzs .alzs_fb li {
		width: 100%;
	}

	.alzs .alzs_fb li h5 span {
		font-size: 16px;
	}
}

/* 四大优势 */
.sdys {
	padding: 5% 0;
	background: url(../images/img/index_sidayoushi_bj.jpg) no-repeat center;
	background-size: cover;
}

.sdys_fc {
	margin-top: 3.5%;
}

.sdys_fc ul {
	border: solid 1px #eaeaea;
}

.sdys_fc li {
	width: 25%;
	border-right: solid 1px #eaeaea;
	text-align: center;
	padding: 3% 1.5% 1.5%;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sdys_fc li::before {
	content: '';
	position: absolute;
	z-index: 5;
	left: 50%;
	top: -11px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 22px;
	height: 22px;
	border: 4px solid rgba(178, 219, 199, 0.2);
	border-radius: 50%;
}

.sdys_fc li::after {
	content: '';
	position: absolute;
	z-index: 5;
	left: 50%;
	top: -7px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	border: solid 4px #b2dbc7;
	border-radius: 50%;
}

.sdys_fc li:nth-child(4n) {
	border-right: solid 1px rgb(0, 0, 0, 0);
}

.sdys_fc li h3 {
	font-family: Impact;
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 1;
	color: #2cc1cb;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sdys_fc li h4 {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.2142857;
	color: #666666;
	margin: 8px 0 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sdys_fc li h5 {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	color: #2ac0c9;
	margin: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sdys_fc li.on {
	background-color: #027890;
}

.sdys_fc li.on h3 {
	color: #ffffff;
}

.sdys_fc li.on h4 {
	color: #ffffff;
}

.sdys_fc li.on h5 {
	color: #2bc0c9;
}

.sdys_fb {
	margin-top: 3.5%;
	padding: 3%;
	background-color: #ffffff;
	box-shadow: 0px 6px 14px 2px rgba(0, 0, 0, 0.08);
}

.sdys_fb li .img {
	width: 45%;
	overflow: hidden;
	cursor: pointer;
}

.sdys_fb li .img img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sdys_fb li .img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.sdys_fb li .yswz {
	width: 50%;
	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}

.sdys_fb li .yswz h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5;
	color: #999999;
}

.sdys_fb li .yswz h4 {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.3;
	color: #222222;
	margin-top: 2%;
}

.sdys_fb li .yswz h4::after {
	content: '';
	display: block;
	width: 70px;
	height: 3px;
	background-color: #027890;
	margin-top: 2%;
}

.sdys_fb li .yswz h5 {
	font-size: 18px;
	font-weight: normal;
	line-height: 2;
	color: #666666;
	margin: 2% 0;
}

.sdys_fb li .yswz .yswz_ft,
.sdys_fb li .yswz .yswz_fc,
.sdys_fb li .yswz .yswz_fb {
	width: 100%;
}

.sdys_fb li .yswz .yslijx {
	display: inline-block;
	font-size: 18px;
	padding: 1rem 3rem;
	line-height: 1.2;
	color: #ffffff;
	background-image: linear-gradient(50deg, #027890 0%, #2bc0c9 100%), linear-gradient(#027890, #027890);
	background-blend-mode: normal, normal;
	border-radius: 4px;
}

@media(max-width: 1280px) {
	.sdys_fc li h4 {
		font-size: 22px;
	}

	.sdys_fb li .yswz h3 {
		font-size: 18px;
	}

	.sdys_fb li .yswz h4 {
		font-size: 22px;
	}

	.sdys_fb li .yswz h5 {
		font-size: 17px;
	}

	.sdys_fb li .yswz .yslijx {
		font-size: 17px;
	}
}

@media(max-width: 991px) {
	.sdys_fb li .img {
		width: 100%;
	}

	.sdys_fb li .yswz {
		width: 100%;
		margin-top: 15px;
	}

	.sdys_fb li .yswz h3 {
		font-size: 17px;
	}

	.sdys_fb li .yswz h4 {
		font-size: 20px;
		margin-top: 10px;
	}

	.sdys_fb li .yswz h4::after {
		margin-top: 10px;
	}

	.sdys_fb li .yswz h5 {
		margin: 10px 0;
	}

	.sdys_fb li .yswz .yslijx {
		padding: 12px 25px;
	}

	.sdys_fc li h3 {
		font-size: 40px;
	}

	.sdys_fc li h4 {
		font-size: 18px;
	}
}

@media(max-width:768px) {
	.sdys {
		padding: 30px 0;
	}

	.sdys_fc {
		margin-top: 20px;
	}

	.sdys_fc li {
		width: 50%;
		padding: 30px 2% 20px;
		border-bottom: solid 1px #eaeaea;
	}

	.sdys_fc li:nth-child(2n) {
		border-right: solid 1px rgb(0, 0, 0, 0);
	}

	.sdys_fc li:nth-last-child(-n+2) {
		border-bottom: solid 1px rgb(0, 0, 0, 0);
	}

	.sdys_fb {
		margin-top: 20px;
		padding: 15px;
	}

	.sdys_fb li .yswz h3 {
		font-size: 16px;
	}

	.sdys_fb li .yswz h4 {
		font-size: 18px;
	}

	.sdys_fb li .yswz h5 {
		font-size: 16px;
	}

	.sdys_fb li .yswz .yslijx {
		font-size: 16px;
	}

	.sdys_fb li .yswz .yslijx {
		padding: 10px 20px;
	}
}

@media(max-width:468px) {
	.sdys {
		padding: 25px 0;
	}

	.sdys_fc {
		margin-top: 15px;
	}

	.sdys_fc li h3 {
		font-size: 35px;
	}

	.sdys_fb {
		margin-top: 15px;
		padding: 15px;
	}
}

/* 横图1 */
.ht1 {
	background-image: linear-gradient(50deg, #027890 0%, #2bc0c9 100%), linear-gradient(#027890, #027890);
	background-blend-mode: normal, normal;
	padding-top: 3.6%;
}

.ht1nr {
	position: relative;
}

.ht1 .ht1_fl {
	padding-top: 1.5%;
	padding-bottom: 6%;
}

.ht1 .ht1_fl h3 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.3;
	color: #ffffff;
}

.ht1 .ht1_fl h4 {
	display: inline-block;
	background-image: linear-gradient(50deg, #2bc0c9 0%, #027890 100%), linear-gradient(#2cc1cb, #2cc1cb);
	background-blend-mode: normal, normal;
	border-radius: 6px;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.3;
	padding: .8rem 5rem;
	color: #ffffff;
	margin-top: 5.5%;
}

.ht1 .ht1_fr {
	position: absolute;
	right: 0;
	top: 0;
	width: 24%;
}

.ht1 .ht1_fr img {
	width: 100%;
}

@media(max-width:1280px) {
	.ht1 .ht1_fl h4 {
		font-size: 22px;
	}
}

@media(max-width: 991px) {
	.ht1 .ht1_fl h4 {
		font-size: 18px;
		padding: 10px 40px;
	}
}

@media(max-width: 768px) {
	.ht1 {
		padding: 25px 0;
	}

	.ht1 .ht1_fl {
		width: 100%;
		float: none;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 20px;
	}

	.ht1 .ht1_fl h3 {
		font-size: 28px;
	}

	.ht1 .ht1_fl h4 {
		margin-top: 15px;
		line-height: 1.5;
		font-size: 17px;
		padding: 10px 25px;
	}

	.ht1 .ht1_fr {
		display: block;
		position: static;
		margin: 0 auto;
		float: none;
		width: 80%;
		max-width: 200px;
	}
}

@media(max-width: 468px) {
	.ht1 .ht1_fl h3 {
		font-size: 22px;
	}

	.ht1 .ht1_fl h4 {
		padding: 8px 15px;
	}
}

/* 标准化服务 */
.bzhfw {
	padding: 5% 0;
	background: url(../images/img/index_case_bj_1.jpg) no-repeat center;
	background-size: cover;
	/* background: #f5f5f5; */
}

.bzhfw_fb {
	margin-top: 3.5%;
}

.bzhfw_fb li {
	width: 16.6666666666%;
	padding-top: 4%;
	padding-bottom: 4%;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.bzhfw_fb li .yswz {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
	-o-flex-flow: column;
	flex-flow: column;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	-o-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.bzhfw_fb li .img {
	width: 112px;
	margin: 0 auto;
	line-height: 110px;
	border: solid 1px #cccccc;
	text-align: center;
	border-radius: 50%;
	position: relative;
	top: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bzhfw_fb li .img2 {
	display: none;
}

.bzhfw_fb li h3 {
	font-size: 1.3rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.25;
	color: #222222;
	margin-top: 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bzhfw_fb li h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	color: rgba(34, 34, 34, 0.4);
	margin: 9px 0 1.5rem;
	padding: 0 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bzhfw_fb li .bzhfwlj {
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	color: #666666;
	border-radius: 18px;
	border: solid 1px #cccccc;
	width: 103px;
	padding: 10px 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bzhfw_fb li:hover {
	background-color: #04b9c4;
}

.bzhfw_fb li:hover .img2 {
	display: inline;
}

.bzhfw_fb li:hover .img1 {
	display: none;
}

.bzhfw_fb li:hover .img {
	background-color: #ffffff;
	border: solid 1px #ffffff;
	top: -10px;
}

.bzhfw_fb li:hover h3 {
	color: #fefefe;
}

.bzhfw_fb li:hover h4 {
	color: #fefefe;
}

.bzhfw_fb li:hover .bzhfwlj {
	background-color: #ffffff;
	border: solid 1px #ffffff;
	color: #04b9c4;
}

.index_jiateng_service_fb {
	margin: 4% 0;
}

.index_jiateng_service_fb ul {
	font-size: 0;
	overflow: hidden;
}

.index_jiateng_service_fb li {
	width: 78px;
	display: inline-block;
	float: left;
	cursor: pointer;
	position: relative;
	text-align: center;
}

.index_jiateng_service_fb li:before {
	content: '';
	position: absolute;
	right: -3rem;
	width: 20px;
	height: 16px;
	background: url(../images/img/index_jiateng_service_jt.png) no-repeat center;
	/*top: 50%;*/
	top: 35px;
	/*-webkit-transform: translateY(-50%);*/
	/*-moz-transform: translateY(-50%);*/
	/*-ms-transform: translateY(-50%);*/
	/*-o-transform: translateY(-50%);*/
	/*transform: translateY(-50%);*/
}

.index_jiateng_service_fb li:nth-child(9) {
	margin-right: 0;
}

.index_jiateng_service_fb li:nth-child(9):before {
	opacity: 0;
}

.index_jiateng_service_fb li .imgw {
	overflow: hidden;
	width: 74px;
	position: relative;
	margin: 0 auto;
}

.index_jiateng_service_fb li .img {
	display: inline-block;
}

.index_jiateng_service_fb li .imgw .img img {
	width: 100%;
}

.index_jiateng_service_fb li .img1 {
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.index_jiateng_service_fb li .img1{
	background: #03bac5;
	border-radius: 50%;
}
.index_jiateng_service_fb li .img2 {
	background-image: linear-gradient(50deg, #027890 0%, #2bc0c9 100%), linear-gradient(#027890, #027890);
	background-blend-mode: normal, normal;
	background-color: #03bac5;
	border-radius: 50%;
	opacity: 0;
	transform: scale(0);
	transition: .5s;
	position: absolute;
	left: 0;
	top: 0;
}

.index_jiateng_service_fb li.on .img1 {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}

.index_jiateng_service_fb li.on .img2 {
	opacity: 1;
	transform: scale(1);
}

.index_jiateng_service_fb li .wz {
	margin: 0 auto;
	font-size: 16px;
	line-height: 2;
	color: #fff;
	/* color: 333; */
	text-align: center;
	margin-top: 5px;
}

.index_jiateng_service_fb li.on .wz {
	color: #03bac5;
}

.index_jiateng_service_fb1 {
	text-align: center;
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_jiateng_service_fb1 h3 {
	font-size: 1.2rem;
	color: #fff;
	/* color: #333; */
	line-height: 1.5;
	width: 100%;
	padding-right: 150px;
	margin-right: -150px;
	text-align: left;
}

.index_jiateng_service_fb1 h4 {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.5;
	margin: 2% 0;
}

.index_jiateng_service_fb1 a {
	display: block;
	width: 130px;
	padding: 5px;
	font-size: 16px;
	/* color: #333; */
	color: #fff;
	line-height: 2;
	background: #03bac5;
	border-radius: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.index_jiateng_service_fb1 a:hover {
	background-image: linear-gradient(50deg, #027890 0%, #2bc0c9 100%), linear-gradient(#027890, #027890);
	background-blend-mode: normal, normal;
	background-color: #03bac5;
	color: #fff;
}

@media(max-width: 1280px) {
	.bzhfw_fb li h3 {
		font-size: 20px;
		margin-top: 10px;
	}

	.bzhfw_fb li h4 {
		font-size: 15px;
		margin: 10px 0;
	}

	.index_jiateng_service_fb1 h3 {
		font-size: 19px;
	}
}

@media(max-width: 991px) {
	.bzhfw_fb li {
		width: 33.333333333%;
		padding: 25px 0;
	}

	.bzhfw_fb li h3 {
		font-size: 18px;
	}

	.index_jiateng_service_fb li {
		width: 25%;
	}

	.index_jiateng_service_fb li:before {
		right: -10px;
	}

	.index_jiateng_service_fb li:nth-child(4n):before {
		display: none;
	}

	.index_jiateng_service_fb li:nth-child(n+5) {
		margin-top: 5px;
	}

	.index_jiateng_service_fb1 h3 {
		width: 100%;
		padding-right: 0;
		margin-right: 0;
		font-size: 18px;
	}

	.index_jiateng_service_fb1 a {
		margin-top: 3%;
	}
}

@media(max-width: 768px) {
	.bzhfw {
		padding: 30px 0;
	}

	.index_jiateng_service_fb {
		margin: 20px 0;
	}

	.index_jiateng_service_fb1 a {
		margin-top: 15px;
	}

	.bzhfw_fb {
		margin-top: 20px;
	}

	.bzhfw_fb li {
		width: 50%;
	}
}

@media(max-width: 468px) {
	.bzhfw {
		padding: 25px 0;
	}

	.bzhfw_fb {
		margin-top: 15px;
	}

	.bzhfw_fb li {
		padding: 20px 0;
	}

	.index_jiateng_service_fb li {
		width: 50%;
	}

	.index_jiateng_service_fb li:nth-child(2n):before {
		display: none;
	}

	.index_jiateng_service_fb li:nth-child(n+3) {
		margin-top: 5px;
	}

	.index_jiateng_service_fb1 {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
	}

	.index_jiateng_service_fb1 h3 {
		text-align: center;
	}

	.index_jiateng_service_fb1 h3 span {
		display: block;
	}
}


/* 关于 */
.gywm {
	padding: 5% 0 0;
}

.gywm .sytitle h3 {
	color: #e5f2f4;
}

.gywm .gywm_fc {
	margin-top: 3.5%;
	padding: 3.5% 3.5% 0;
	background-color: #ffffff;
	box-shadow: 0px 6px 14px 2px rgba(0, 0, 0, 0.08);
}

.gywm .gywm_fc .gywm_fcl {
	width: 45%;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.gywm .gywm_fc .gywm_fcl img {
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.gywm .gywm_fc .gywm_fcl:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.gywm .gywm_fc .gywm_fcl:hover {
	background-size: auto 110% !important;
}

.gywm .gywm_fc .gywm_fcr {
	width: 52%;
}

.gywm .gywm_fc .gywm_fcr h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	color: #666666;
	margin: 0 0 3.25rem;
}

.gywm .gywm_fc .gywm_fcr li:nth-child(1) a {
	background-image: linear-gradient(50deg, #027890 0%, #2bc0c9 100%), linear-gradient(#027890, #027890);
	background-blend-mode: normal, normal;
	border-radius: 4px 0px 0px 4px;
	color: #ffffff;
}

.gywm .gywm_fc .gywm_fcr li a {
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	padding: .9rem 3.75rem;
	color: #222222;
	background-color: #ebebeb;
	border-radius: 0px 4px 4px 0px;
}

.gywm .gywm_fb {
	background-color: #027890;
}

.bsbj {
	padding: 3.5% 0 0;
	width: 100%;
	background: #fff;
}

.gywm .gywm_fb ul {
	padding-top: 4%;
	padding-bottom: 4%;
}

.gywm .gywm_fb li {
	width: 25%;
	padding: 0 5px;
	text-align: center;
}

.gywm .gywm_fb li .suzi {
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 1.1;
	color: #ffffff;
}

.gywm .gywm_fb li .suzi1 {
	display: inline-block;
	width: 28px;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #027890;
	border-radius: 50%;
	text-align: center;
	vertical-align: top;
	margin-left: 5px;
}

.gywm .gywm_fb li h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3;
	color: #ffffff;
	margin-top: 3%;
}

@media(max-width: 1280px) {
	.gywm .gywm_fc .gywm_fcr li a {
		font-size: 17px;
	}

	.gywm .gywm_fb li h4 {
		font-size: 17px;
	}
}

@media(max-width: 991px) {
	.gywm .gywm_fb li h4 {
		font-size: 16px;
		margin-top: 10px;
	}

	.gywm .gywm_fc .gywm_fcl {
		width: 100%;
	}

	.gywm .gywm_fc .gywm_fcr {
		width: 100%;
		margin-top: 15px;
	}

	.gywm .gywm_fc .gywm_fcr h3 {
		margin: 0 0 15px;
		font-size: 15px;
	}

	.gywm .gywm_fc .gywm_fcr li a {
		padding: 12px 40px;
		font-size: 16px;
	}
}

@media(max-width: 768px) {
	.gywm {
		padding-top: 30px;
	}

	.gywm .gywm_fc {
		margin-top: 20px;
		padding: 20px 20px 0;
	}

	.bsbj {
		padding: 20px 0 0;
	}

	.gywm .gywm_fb ul {
		padding: 20px 0;
	}

	.gywm .gywm_fb li {
		width: 50%;
		margin: 5px 0;
	}
}

@media(max-width: 468px) {
	.gywm {
		padding-top: 25px;
	}

	.gywm .gywm_fc {
		margin-top: 15px;
		padding: 15px 15px 0;
	}

	.bsbj {
		padding: 15px 0 0;
	}

	.gywm .gywm_fb ul {
		padding: 15px 0;
	}

	.gywm .gywm_fc .gywm_fcr li {
		width: 50%;
		text-align: center;
	}

	.gywm .gywm_fc .gywm_fcr li a {
		display: block;
		padding: 15px 20px;
	}

	.gywm .gywm_fb li .suzi {
		font-size: 26px;
	}

	.gywm .gywm_fb li .suzi1 {
		font-size: 14px;
		width: 24px;
		line-height: 24px;
	}

	.gywm .gywm_fb li h4 {
		font-size: 15px;
	}
}

/* 车间展示 */
.cjzs {
	padding: 4% 0;
}

.cjzs .cjzsnr {
	overflow: hidden;
}

.cjzs li {
	text-align: center;
}

.cjzs li img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.cjzs li .img {
	overflow: hidden;
}

.cjzs li:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.cjzs li h3 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	color: #222222;
	background-color: #ebebeb;
	padding: 14px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.cjzs li:hover h3 {
	background: #03bac5;
	color: #fff;
}

@media(max-width: 768px) {
	.cjzs li h3 {
		padding: 10px 0;
	}

	.cjzs {
		padding: 25px 0;
	}
}

@media(max-width: 468px) {
	.cjzs li h3 {
		font-size: 15px;
	}
}

/* 新闻中心 */
.xwzx {
	padding: 5% 0;
	background-color: #ebebeb;
}

.xwzx .xwzx_fc {
	margin-top: 3.5%;
	margin-bottom: 3.5%;
}

.xwzx .xwzx_fc ul {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.xwzx .xwzx_fc li {
	padding: 0 10px;
	text-align: center;
	max-width: 220px;
	width: 33.333%;
}

.xwzx .xwzx_fc li a {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	padding: .9rem 0;
	background-color: #027890;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xwzx .xwzx_fc li.on a {
	background-color: #2bc0c9;
}

.xwzx .xwzx_fb .xwzx_fbl {
	background-color: #ffffff;
	width: 39%;
	padding: 2.5%;
}

.xwzx .xwzx_fb .xwzx_fbl h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	color: #2bc0c9;
	overflow: hidden;
}

.xwzx .xwzx_fb .xwzx_fbl h3 span {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	color: #2bc0c9;
	padding-right: 25px;
	background: url(../images/img/index_news_xian.png) no-repeat right center;
}

.xwzx .xwzx_fb .xwzx_fbl h4 {
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.25;
	color: #222222;
	margin: 4.5% 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xwzx .xwzx_fb .xwzx_fbl h5 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	color: #666666;
	margin-top: 0;
	margin-bottom: 5%;
	max-height: 4.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.xwzx .xwzx_fb .xwzx_fbl img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.xwzx .xwzx_fb .xwzx_fbl .img {
	overflow: hidden;
}

.xwzx .xwzx_fb .xwzx_fbl:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.xwzx .xwzx_fb .xwzx_fbr {
	width: 56%;
}

.xwzx .xwzx_fb .xwzx_fbr ul {
	height: 100%;
	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}

.xwzx .xwzx_fb .xwzx_fbr li {
	margin-bottom: 3%;
	width: 100%;
}

.xwzx .xwzx_fb .xwzx_fbr li:last-child {
	margin-bottom: 0;
}

.xwzx .xwzx_fb .xwzx_fbr li .xwrq {
	background-color: #ffffff;
	text-align: center;
	padding: 2% 0;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
	width: 18%;
}

.xwzx .xwzx_fb .xwzx_fbr li .xwrq h3 {
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1;
	color: #222222;
	width: 100%;
}

.xwzx .xwzx_fb .xwzx_fbr li .xwrq h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	color: #666666;
	margin-top: 4px;
	width: 100%;
}

.xwzx .xwzx_fb .xwzx_fbr li .xwwz {
	width: 78%;
	padding: 0.45rem 0;
}

.xwzx .xwzx_fb .xwzx_fbr li .xwwz h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	color: #222222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xwzx .xwzx_fb .xwzx_fbr li .xwwz h4 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	color: #666666;
	margin: 2.5% 0 3%;
	max-height: 3em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.xwzx .xwzx_fb .xwzx_fbr li .xwwz h5 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #666666;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -16px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.xwzx .xwzx_fb .xwzx_fbr li .xwwz h5::before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 0;
	height: 14px;
	margin-right: 16px;
	background: url(../images/img/index_news_xiantiao.png) no-repeat right center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.xwzx .xwzx_fb .xwzx_fbr li:hover .xwwz h5::before {
	width: 127px;
}

.xwzx .xwzx_fb .xwzx_fbr li:hover .xwwz h5 {
	margin-left: 0;
}

.xwzx .xwzx_fb .xwzx_fbr li:hover .xwrq {
	background-color: #027890;
}

.xwzx .xwzx_fb .xwzx_fbr li:hover .xwrq h3 {
	color: #ffffff;
}

.xwzx .xwzx_fb .xwzx_fbr li:hover .xwrq h4 {
	color: rgba(255, 255, 255, .4);
}

.xwzx .xwzx_fb .xwzx_fbr li:hover .xwwz h5 {
	color: #027890;
}

@media(max-width: 1280px) {
	.xwzx .xwzx_fb .xwzx_fbl h4 {
		font-size: 18px;
	}
}

@media(max-width: 991px) {
	.xwzx .xwzx_fb .xwzx_fbl {
		width: 100%;
	}

	.xwzx .xwzx_fb .xwzx_fbr {
		width: 100%;
		margin-top: 15px;
	}

	.xwzx .xwzx_fb .xwzx_fbr li {
		margin-bottom: 15px;
	}

	.xwzx .xwzx_fc li a {
		padding: 10px 0;
	}

	.xwzx .xwzx_fb .xwzx_fbl h3 {
		font-size: 16px;
	}

	.xwzx .xwzx_fb .xwzx_fbl h3 span {
		font-size: 24px;
	}

	.xwzx .xwzx_fb .xwzx_fbl h4 {
		margin: 15px 0;
	}

	.xwzx .xwzx_fb .xwzx_fbl h5 {
		margin-bottom: 15px;
	}

	.xwzx .xwzx_fb .xwzx_fbr li .xwwz h4 {
		margin: 12px 0 15px;
	}
}

@media(max-width: 768px) {
	.xwzx {
		padding: 30px 0;
	}

	.xwzx .xwzx_fc {
		margin: 20px 0;
	}

	.xwzx .xwzx_fb .xwzx_fbl {
		padding: 15px;
	}

	.xwzx .xwzx_fb .xwzx_fbl h4 {
		font-size: 17px;
	}

	.xwzx .xwzx_fb .xwzx_fbr li .xwwz {
		padding: 3px 0;
	}

	.xwzx .xwzx_fb .xwzx_fbr li .xwrq h3 {
		font-size: 26px;
	}

	.xwzx .xwzx_fb .xwzx_fbr li .xwwz h3 {
		font-size: 17px;
	}

	.xwzx .xwzx_fb .xwzx_fbr li .xwwz h4 {
		margin: 10px 0 13px;
	}

	.xwzx .xwzx_fb .xwzx_fbr li:hover .xwwz h5::before {
		width: 80px;
	}

	.xwzx .xwzx_fc li {
		padding: 0 5px;
	}
}

@media(max-width: 468px) {
	.xwzx {
		padding: 25px 0;
	}

	.xwzx .xwzx_fb .xwzx_fbr li .xwrq {
		width: 90px;
	}

	.xwzx .xwzx_fb .xwzx_fbr li .xwrq h3 {
		font-size: 24px;
	}

	.xwzx .xwzx_fb .xwzx_fbr li .xwrq h4 {
		font-size: 15px;
	}

	.xwzx .xwzx_fb .xwzx_fbr li .xwwz {
		width: calc(100% - 110px);
	}

	.xwzx .xwzx_fb .xwzx_fbr li:hover .xwwz h5::before {
		width: 50px;
	}

	.xwzx .xwzx_fc {
		margin: 15px 0;
	}

	.xwzx .xwzx_fc li a {
		font-size: 15px;
	}

	.xwzx .xwzx_fb .xwzx_fbr li .xwwz h4 {
		margin: 5px 0 8px;
	}
}

/* 友情链接 */

.c-link {
	padding: 24px 0;
	font-size: 16px;
	color: #2a333c;
	line-height: 27px;
}

.c-link .con {
	position: relative;
}

.c-link .button {
	cursor: pointer;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	color: #222222;
	padding-top: 3px;
	border-right: 2px solid #ebebeb;
	width: 119px;
}

.c-link .button span {
	display: block;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	color: #cccccc;
	margin-top: 3px;
	font-family: Arial;
}

.c-link dd {
	width: calc(100% - 140px)
}

.c-link .sec {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 0;
	background: rgba(255, 255, 255, .6);
	padding: 10px;
	min-width: 120px;
	z-index: 999;
}

.c-link a {
	padding: 0 4px;
	font-size: 16px;
	color: #2a333c;
	line-height: 27px;
}

.c-link a:hover {
	color: #03bac5;
}

@media(max-width:991px) {
	.c-link {
		display: none;
	}
}

/* foot1 */
.foot1 {
	background-color: #000000;
	padding-top: 5%;
	padding-bottom: 3%;
}

.foot1 .foot1_fl {
	width: 53%;
}

.foot_nav li {
	float: left;
}

.foot_nav li a {
	display: block;
	width: 100%;
}

.foot_nav li .x-nav-menu {
	width: 100%;
}

.foot1 .foot1_fl .foot_nav li {
	width: 25%;
	text-align: left;
}

.foot1 .foot1_fl .foot_nav li a {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	color: #ffffff;
}

.foot1 .foot1_fl .foot_nav li .x-nav-menu {
	margin-top: 20px;
}

.foot1 .foot1_fl .foot_nav li .x-nav-menu dd:nth-child(n+2) {
	margin-top: 15px;
}

.foot1 .foot1_fl .foot_nav li .x-nav-menu a {
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.4);
	padding-right: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.foot1 .foot1_fl .foot_nav li .x-nav-menu a:hover {
	color: rgba(255, 255, 255, .8);
}

.foot1 .foot1_fc {
	width: 27%;
}

.foot1 .foot1_fc h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	color: #ffffff;
}

.foot1 .foot1_fc h4 {
	margin: 15px 0;
	padding-left: 36px;
	background: url(../images/img/footer_dianhua_ico.png) no-repeat left center;
	font-size: 1.5rem;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.4);
	font-weight: bold;
}

.foot1 .foot1_fc h5 {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.4);
}

.foot1 .foot1_fc h5 p:nth-child(n+2) {
	margin-top: 15px;
}

.foot1 .foot1_fr {
	width: 20%;
	max-width: 250px;
}

.foot1 .foot1_fr h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	color: #ffffff;
}

.foot1 .foot1_fr ul {
	margin-top: 25px;
}

.foot1 .foot1_fr ul li {
	max-width: 45%;
	text-align: center;
}

.foot1 .foot1_fr ul li img {
	width: 100%;
	max-width: 110px;
}

.foot1 .foot1_fr ul li h3 {
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.4);
	margin-top: 10px;
}

/* foot1 */
.foot2 {
	background-color: #000000;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.4);
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	padding: 25px 0;
}

.foot2 a {
	color: rgba(255, 255, 255, 0.4);
}

.foot2 a:hover {
	color: rgba(255, 255, 255, 0.8);
}

@media(max-width: 1280px) {
	.foot1 .foot1_fl .foot_nav li a {
		font-size: 17px;
	}

	.foot1 .foot1_fc h3 {
		font-size: 17px;
	}

	.foot1 .foot1_fr h3 {
		font-size: 17px;
	}

	.foot1 .foot1_fc h4 {
		font-size: 22px;
	}

	.foot1 .foot1_fl .foot_nav li .x-nav-menu a {
		font-size: 15px;
	}

	.foot1 .foot1_fc h5 {
		font-size: 15px;
	}

	.foot1 .foot1_fr ul li h3 {
		font-size: 15px;
	}

	.foot2 {
		font-size: 15px;
	}
}

@media(max-width:991px) {
	.foot1 .foot1_fl {
		display: none;
	}

	.foot1 .foot1_fc {
		width: 55%;
	}

	.foot1 .foot1_fr {
		width: 40%;
	}
}

@media(max-width:768px) {
	.foot1 {
		padding: 25px 0;
	}

	.foot1 .foot1_fc {
		width: 100%;
		float: none;
	}

	.foot1 .foot1_fr {
		width: 100%;
		float: none;
		margin-top: 15px;
	}

	.foot1 .foot1_fc h4 {
		margin: 10px 0 12px;
	}

	.foot1 .foot1_fc h5 p:nth-child(n+2) {
		margin-top: 10px;
	}

	.foot1 .foot1_fr ul {
		margin-top: 15px;
	}

	.foot2 {
		padding: 20px 0;
	}
}


/*公司简介*/
.ny_about_1_fb {
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.ny_about_1_fb_fl {
	width: 48%;
	overflow: hidden;
}

.ny_about_1_fb_fl .img {
	overflow: hidden;
	cursor: pointer;
}

.ny_about_1_fb_fl img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_about_1_fb_fl .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.ny_about_1_fb_fr {
	width: 48%;
}

.ny_about_1_fb_fr_ft {
	position: relative;
}

.ny_about_1_fb_fr_ft h3 {
	font-size: 2.2rem;
	line-height: 1.2;
	color: #333;
	position: absolute;
	left: 0;
	top: 50%;
	padding-bottom: 2%;
	border-bottom: 2px solid #03bac5;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ny_about_1_fb_fr_ft h4 {
	font-size: 7rem;
	line-height: 1;
	font-family: 'Arial';
	font-weight: bold;
	color: transparent;
	text-align: right;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.25);
}

.ny_about_1_fb_fr_fc {
	font-size: 16px;
	line-height: 1.8;
	color: #4c4c4c;
	margin-top: 4%;
}

.ny_about_2 {
	padding: 3% 0;
	background: #f7f8fa;
	margin-top: 3%;
}

.ny_about_2_ft h3 {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #333;
}

.ny_about_2_ft h4 {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #666;
	margin-top: 1%;
}

.ny_about_2_fb {
	margin-top: 3%;
}

.ny_about_2_fb ul {
	overflow: hidden;
}

.ny_about_2_fb li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}

.ny_about_2_fb li:nth-child(4n) {
	margin-right: 0;
}

.ny_about_2_fb li:nth-child(n+5) {
	margin-top: 2%;
}

.ny_about_2_fb li .img {
	overflow: hidden;
}

.ny_about_2_fb li .img img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_about_2_fb li:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

@media(max-width:991px) {
	.ny_about_1 {
		margin-top: 3%;
	}

	.ny_about_1_fb_fr {
		width: 100%;
	}

	.ny_about_1_fb_fr_ft h3 {
		font-size: 22px;
		padding-bottom: 10px;
	}

	.ny_about_1_fb_fr_ft h4 {
		font-size: 75px;
		text-align: left;
		text-indent: .8em;
	}

	.ny_about_1_fb_fr_fc {
		margin-top: 5px;
	}

	.ny_about_1_fb_fl {
		width: 100%;
		margin-top: 10px;
	}

	.ny_about_2_ft h3 {
		font-size: 22px;
	}

	.ny_about_2_fb li {
		width: 49%;
	}

	.ny_about_2_fb li:nth-child(2n) {
		margin-right: 0;
	}

	.ny_about_2_fb li:nth-child(n+3) {
		margin-top: 2%;
	}

	.ny_about_2_ft h4 {
		font-size: 18px;
	}
}

@media(max-width:768px) {
	.ny_about_1 {
		margin-top: 25px;
	}

	.ny_about_2 {
		margin-top: 25px;
		padding: 25px 0;
	}

	.ny_about_2_ft h4 {
		font-size: 16px;
	}
}

@media(max-width:468px) {
	.ny_about_1_fb_fr_ft h3 {
		padding-bottom: 5px;
	}

	.ny_about_1_fb_fr_ft h4 {
		font-size: 7.6rem;
		text-indent: 0;
		text-align: right;
	}
}






/*四大优势*/
.index_jiateng_advantage_fb {
	margin-top: 4%;
}

.index_jiateng_advantage_fb li {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_jiateng_advantage_fb li:nth-child(2n) {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.index_jiateng_advantage_fb li:nth-child(n+2) {
	margin-top: 3.5%;
}

.index_jiateng_advantage_fb_fl {
	width: 48%;
}

.index_jiateng_advantage_fb_fl img {
	width: 100%;
}

.index_jiateng_advantage_fb_fr {
	width: 48%;
	overflow: hidden;
}

.index_jiateng_advantage_fb_fr_ft {
	font-size: 1.3rem;
	line-height: 2;
	color: #333;
	border: 1px solid #027890;
	border-radius: 30px;
	padding: 0 25px;
	float: left;
}

.index_jiateng_advantage_fb_fr_fc {
	width: 100%;
	overflow: hidden;
	margin: 4.5% 0;
	float: left;
}

.index_jiateng_advantage_fb_fr_fc_con {
	float: left;
	font-size: 1.9rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	padding-bottom: 4%;
	border-bottom: 2px solid #027890;
}

.index_jiateng_advantage_fb_fr_fb {
	width: 100%;
	float: left;
	font-size: 17px;
	line-height: 36px;
	color: #666;
}

.index_jiateng_advantage_fb_fr_fb p {
	position: relative;
	padding-left: 30px;
}

.index_jiateng_advantage_fb_fr_fb p::before {
	content: '';
	position: absolute;
	left: 5px;
	top: 12px;
	width: 10px;
	height: 10px;
	border: 1px solid #666;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media(max-width:1280px) {
	.index_jiateng_advantage_fb_fr_ft {
		font-size: 22px;
	}

	.index_jiateng_advantage_fb_fr_fc_con {
		font-size: 26px;
	}
}

@media(max-width:991px) {
	.index_jiateng_advantage_fb_fl {
		width: 100%;
	}

	.index_jiateng_advantage_fb_fr {
		width: 100%;
		margin-top: 4%;
	}

	.index_jiateng_advantage_fb_fr_ft {
		font-size: 20px;
	}

	.index_jiateng_advantage_fb_fr_fc {
		margin: 3% 0;
	}

	.index_jiateng_advantage_fb_fr_fc_con {
		font-size: 24px;
		padding-bottom: 3%;
	}

	.index_jiateng_advantage_fb_fr_fb {
		font-size: 16px;
	}
}

@media(max-width:768px) {
	.index_jiateng_advantage_fb {
		margin-top: 20px;
	}

	.index_jiateng_advantage_fb_fr {
		margin-top: 20px;
	}

	.index_jiateng_advantage_fb_fr_ft {
		font-size: 18px;
	}

	.index_jiateng_advantage_fb_fr_fc {
		margin: 15px 0;
	}

	.index_jiateng_advantage_fb_fr_fc_con {
		font-size: 20px;
		padding-bottom: 10px;
	}

	.index_jiateng_advantage_fb_fr_fb {
		font-size: 16px;
	}

	.index_jiateng_advantage_fb li:nth-child(n+2) {
		margin-top: 20px;
	}
}

@media(max-width:468px) {
	.index_jiateng_advantage_fb {
		margin-top: 15px;
	}

	.index_jiateng_advantage_fb li:nth-child(n+2) {
		margin-top: 15px;
	}

	.index_jiateng_advantage_fb_fr_ft {
		font-size: 17px;
	}

	.index_jiateng_advantage_fb_fr_fc_con {
		font-size: 18px;
	}

	.index_jiateng_advantage_fb_fr_fb {
		line-height: 26px;
	}

	.index_jiateng_advantage_fb_fr_fb p {
		padding-left: 25px;
	}

	.index_jiateng_advantage_fb_fr_fb p::before {
		width: 8px;
		height: 8px;
		top: 7px;
	}
}


/*行业应用*/
.index_jiateng_application {
	padding: 5% 0;
}

.index_jiateng_application_fc {
	margin: 4% 0;
	border: 1px solid #ccc;
}

.index_jiateng_application_fc ul {
	overflow: hidden;
}

.index_jiateng_application_fc li {
	width: 25%;
	border-right: 1px solid #ccc;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_jiateng_application_fc li:nth-child(4n) {
	border-right: 0;
}

.index_jiateng_application_fc li:nth-child(n+5) {
	border-top: 1px solid #ccc;
}

.index_jiateng_application_fc li.on {
	border-right: 1px solid #03bac5;
}

.index_jiateng_application_fc li a {
	display: block;
	padding: 0.9rem 9%;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_jiateng_application_fc li.on a {
	background: #03bac5;
}

.index_jiateng_application_fc li .img {
	width: 36px;
	line-height: 36px;
	position: relative;
	font-size: 0;
	text-align: center;
}

.index_jiateng_application_fc li .img img {
	width: 30px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_jiateng_application_fc li .img .img2 {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.index_jiateng_application_fc li.on .img .img1 {
	opacity: 0;
}

.index_jiateng_application_fc li.on .img .img2 {
	opacity: 1;
}

.index_jiateng_application_fc li .wz {
	font-size: 18px;
	line-height: 36px;
	color: #666;
	width: 100%;
	margin-left: -45px;
	padding-left: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_jiateng_application_fc li.on .wz {
	color: #fff;
}

.index_jiateng_application_fb_nnn_nn {
	overflow: hidden;
}

.index_jiateng_application_fb_fl {
	width: 52%;
	font-size: 0;
}

.index_jiateng_application_fb_fl img {
	width: 100%;
}

.index_jiateng_application_fb_fr {
	width: 45%;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.index_jiateng_application_fb_fr_ft h3 {
	font-size: 1.3rem;
	line-height: 1.2;
	color: #333;
	padding-left: 15px;
	border-left: 3px solid #03bac5;
}

.index_jiateng_application_fb_fr_ft h4 {
	font-size: 16px;
	line-height: 2;
	color: #666;
	max-height: 4em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 4% 0;
}

.index_jiateng_application_fb_fr_ft_link {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	display: inline-block;
	background: #03bac5;
	padding: 5px 20px;
}

.index_jiateng_application_fb_fr_ft_link:hover {
	color: #fff;
}

.index_jiateng_application_fb_fr_fb {
	margin-top: 3%;
}

.index_jiateng_application_fb_fr_fb h3 {
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
}

.index_jiateng_application_fb_fr_fb ul {
	overflow: hidden;
	margin-top: 4%;
}

.index_jiateng_application_fb_fr_fb li {
	width: 49%;
	margin-right: 2%;
	float: left;
}

.index_jiateng_application_fb_fr_fb li:nth-child(2n) {
	margin-right: 0;
}

.index_jiateng_application_fb_fr_fb li .img img {
	width: 100%;
}

.index_jiateng_application_fb_fr_fb li .wz {
	font-size: 16px;
	line-height: 2;
	color: #666;
	padding: 2% 0;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #dfdfdf;
}

@media(max-width:1280px) {
	.index_jiateng_application_fc li .wz {
		font-size: 17px;
	}

	.index_jiateng_application_fb_fr_ft h3 {
		font-size: 22px;
	}

	.index_jiateng_application_fb_fr_fb h3 {
		font-size: 18px;
	}
}

@media(max-width:991px) {
	.index_jiateng_application_fc li a {
		padding: 14px 15px;
	}

	.index_jiateng_application_fc li .wz {
		line-height: 30px;
		margin-left: -40px;
		padding-left: 40px;
	}

	.index_jiateng_application_fc li .img {
		width: 30px;
		line-height: 30px;
	}

	.index_jiateng_application_fc li .img img {
		width: 26px;
	}

	.index_jiateng_application_fb_fl {
		width: 100%;
	}

	.index_jiateng_application_fb_fr {
		width: 100%;
		margin-top: 4%;
	}

	.index_jiateng_application_fb_fr_ft h4 {
		margin: 3% 0;
	}

	.index_jiateng_application_fb_fr_ft h3 {
		font-size: 20px;
	}

	.index_jiateng_application_fb_fr_fb ul {
		margin-top: 3%;
	}

}

@media(max-width:768px) {
	.index_jiateng_application {
		padding: 30px 0;
	}

	.index_jiateng_application_fc {
		margin: 20px 0;
	}

	.index_jiateng_application_fc li {
		width: 50%;
	}

	.index_jiateng_application_fc li:nth-child(2n) {
		border-right: 0;
	}

	.index_jiateng_application_fc li:nth-child(n+3) {
		border-top: 1px solid #ccc;
	}

	.index_jiateng_application_fc li .wz {
		font-size: 16px;
	}

	.index_jiateng_application_fb_fr {
		margin-top: 20px;
	}

	.index_jiateng_application_fb_fr_ft h3 {
		font-size: 18px;
	}

	.index_jiateng_application_fb_fr_ft h4 {
		margin: 12px 0;
	}

	.index_jiateng_application_fb_fr_ft_link {
		font-size: 15px;
		padding: 5px 15px;
	}

	.index_jiateng_application_fb_fr_fb {
		margin-top: 15px;
	}

	.index_jiateng_application_fb_fr_fb ul {
		margin-top: 15px;
	}

	.index_jiateng_application_fb_fr_fb li .wz {
		padding: 5px;
	}
}

@media(max-width:468px) {
	.index_jiateng_application {
		padding: 25px 0;
	}

	.index_jiateng_application_fc li a {
		padding: 12px 10px;
	}

	.index_jiateng_application_fc li .img {
		width: 24px;
	}

	.index_jiateng_application_fc li .img img {
		width: 100%;
	}

	.index_jiateng_application_fc li .wz {
		padding-left: 33px;
		margin-left: -33px;
	}
}

/*走进我们*/
.ny_zoujinwomen1_ft {
	text-align: center;
}

.ny_zoujinwomen1_ft h3 {
	font-size: 2.1rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	letter-spacing: 2px;
}

.ny_zoujinwomen1_ft h3 span {
	color: #03bac5;
}

.ny_zoujinwomen1_ft h4 {
	font-size: 18px;
	line-height: 1.6;
	color: #999;
	font-family: Arial;
}

.ny_zoujinwomen1_fc {
	margin-top: 3%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.ny_zoujinwomen1_fc_fl {
	width: 48%;
}

.ny_zoujinwomen1_fc_fl img {
	width: 100%;
}

.ny_zoujinwomen1_fc_fr {
	width: 48%;
}

.ny_zoujinwomen1_fc_fr_ft h3 {
	font-size: 1.5rem;
	line-height: 2;
	color: #03bac5;
	font-weight: bold;
}

.ny_zoujinwomen1_fc_fr_ft h4 {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #333;
}

.ny_zoujinwomen1_fc_fr_fb {
	font-size: 17px;
	line-height: 2;
	color: #666;
	margin-top: 5%;
}

.ny_zoujinwomen1_fb {
	margin-top: 3.5%;
}

.ny_zoujinwomen1_fb ul {
	overflow: hidden;
	font-size: 0;
	text-align: center;
}

.ny_zoujinwomen1_fb li {
	width: 25%;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.ny_zoujinwomen1_fb li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 90%;
	background: #ccc;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ny_zoujinwomen1_fb li::after {
	content: '';
	position: absolute;
	right: -2px;
	top: 50%;
	width: 5px;
	height: 50%;
	background: #03bac5;
	border-radius: 7px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ny_zoujinwomen1_fb li:nth-child(4n)::before,
.ny_zoujinwomen1_fb li:nth-child(4n)::after {
	display: none;
}

.ny_zoujinwomen1_fb li h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	color: #333;
}

.ny_zoujinwomen1_fb li h3 span {
	color: #03bac5;
	font-size: 2.5rem;
	font-weight: bold;
	font-family: Arial;
	margin-right: 5px;
}

.ny_zoujinwomen1_fb li h4 {
	font-size: 16px;
	line-height: 2.2;
	color: #666;
}

.ny_zoujinwomen2 {
	background: url(../images/img/qiyewenhuabj.png) no-repeat center;
	background-size: cover;
	padding: 4% 0;
}

.ny_zoujinwomen2_fb {
	margin-top: 3%;
}

.ny_zoujinwomen2_fb li {
	position: relative;
}

.ny_zoujinwomen2_fb li .img {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	display: none;
}

.ny_zoujinwomen2_fb li .img img {
	width: 100%;
}

.ny_zoujinwomen2_fb li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

.ny_zoujinwomen2_fb li .wz {
	position: relative;
	z-index: 8;
	width: 100%;
	padding: 12% 8%;
	font-size: 17px;
	line-height: 2;
	color: #fff;
}

.ny_zoujinwomen2_fb li .wz p:nth-child(n+2) {
	margin-top: 2%;
}

@media(max-width:1280px) {
	.ny_zoujinwomen1_ft h4 {
		font-size: 17px;
	}

	.ny_zoujinwomen1_fc_fr_ft h3 {
		font-size: 22px;
	}

	.ny_zoujinwomen1_fc_fr_ft h4 {
		font-size: 24px;
	}

	.ny_zoujinwomen1_fc_fr_fb {
		font-size: 16px;
	}

	.ny_zoujinwomen2_fb li .wz {
		font-size: 16px;
	}
}

@media(max-width:991px) {
	.ny_zoujinwomen1 {
		padding-top: 4%;
	}

	.ny_zoujinwomen1_ft h3 {
		font-size: 26px;
	}

	.ny_zoujinwomen1_ft h4 {
		font-size: 16px;
	}

	.ny_zoujinwomen1_fc_fl {
		width: 100%;
	}

	.ny_zoujinwomen1_fc_fr {
		width: 100%;
		margin-top: 2.5%;
	}

	.ny_zoujinwomen1_fc_fr_ft h3 {
		font-size: 20px;
	}

	.ny_zoujinwomen1_fc_fr_ft h4 {
		font-size: 22px;
	}

	.ny_zoujinwomen1_fc_fr_fb {
		margin-top: 2.5%;
	}

	.ny_zoujinwomen1_fb {
		margin-top: 2.5%;
	}
}

@media(max-width:768px) {
	.ny_zoujinwomen1 {
		padding-top: 30px;
	}

	.ny_zoujinwomen1_fc {
		margin-top: 15px;
	}

	.ny_zoujinwomen1_ft h3 {
		font-size: 24px;
	}

	.ny_zoujinwomen1_fc_fr {
		margin-top: 15px;
	}

	.ny_zoujinwomen1_fc_fr_ft h3 {
		line-height: 1.8;
	}

	.ny_zoujinwomen1_fc_fr_fb {
		margin-top: 10px;
		line-height: 1.8;
	}

	.ny_zoujinwomen1_fb li {
		width: 50%;
		padding: 0 10px;
	}

	.ny_zoujinwomen1_fb li h3 {
		font-size: 18px;
	}

	.ny_zoujinwomen1_fb li h3 span {
		font-size: 30px;
	}

	.ny_zoujinwomen1_fb li h4 {
		font-size: 15px;
		line-height: 1.8;
	}

	.ny_zoujinwomen1_fb li:nth-child(2n)::before,
	.ny_zoujinwomen1_fb li:nth-child(2n)::after {
		display: none;
	}

	.ny_zoujinwomen2 {
		padding: 30px 0;
	}

	.ny_zoujinwomen2_fb {
		margin-top: 15px;
	}
}

@media(max-width:468px) {
	.ny_zoujinwomen1 {
		padding-top: 25px;
	}

	.ny_zoujinwomen1_ft h3 {
		font-size: 22px;
	}

	.ny_zoujinwomen1_fc_fr_ft h3 {
		font-size: 18px;
	}

	.ny_zoujinwomen1_fc_fr_ft h4 {
		font-size: 20px;
	}

	.ny_zoujinwomen2_fb {
		margin-top: 15px;
	}

	.ny_zoujinwomen1_fb li h3 {
		font-size: 16px;
	}

	.ny_zoujinwomen1_fb li h3 span {
		font-size: 26px;
	}

	.ny_zoujinwomen2 {
		padding: 25px 0;
	}

	.ny_zoujinwomen2_fb li .wz {
		padding: 20px;
	}

	.ny_zoujinwomen2_fb li .wz p:nth-child(n+2) {
		margin-top: 5px;
	}
}

/*设备*/
.ny_shengchanjidi {
	padding: 0 0 3.5%;
}

.ny_shengchanjidi li {
	width: 23.5%;
	margin-right: 2%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.ny_shengchanjidi li:nth-child(4n) {
	margin-right: 0;
}

.ny_shengchanjidi li:nth-child(n+5) {
	margin-top: 2%;
}

.ny_shengchanjidi li .img {
	padding: 5%;
	border: 1px solid #e1e1e1;
}

.ny_shengchanjidi li .img .imgw {
	overflow: hidden;
}

.ny_shengchanjidi li .img img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_shengchanjidi li .wz {
	font-size: 17px;
	line-height: 2;
	color: #666;
	background: #f0f0f0;
	padding: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_shengchanjidi li:hover .img .imgw img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.ny_shengchanjidi li:hover .wz {
	background: #03bac5;
	color: #fff;
}

@media(max-width:1280px) {
	.ny_shengchanjidi li .wz {
		font-size: 16px;
	}
}

@media(max-width:991px) {
	.ny_shengchanjidi {
		padding: 4% 0;
	}
}

@media(max-width:768px) {
	.ny_shengchanjidi {
		padding: 30px 0;
	}

	.ny_shengchanjidi li {
		width: 49%;
		margin-right: 2%;
	}

	.ny_shengchanjidi li:nth-child(2n) {
		margin-right: 0;
	}

	.ny_shengchanjidi li:nth-child(n+3) {
		margin-top: 2%;
	}
}

@media(max-width:468px) {
	.ny_shengchanjidi {
		padding: 25px 0;
	}

	.ny_shengchanjidi li {
		width: 100%;
		margin-right: 0;
	}

	.ny_shengchanjidi li:nth-child(n+2) {
		margin-top: 15px;
	}

	.ny_shengchanjidi li .img {
		padding: 10px;
	}
}

/*实力*/
.ny_dingzhishili {
	padding: 0 0 4%;
}

.ny_dingzhishili li {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.ny_dingzhishili li:nth-child(n+2) {
	margin-top: 3%;
}

.ny_dingzhishili li:nth-child(2n) {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.ny_dingzhishili li .img {
	width: 48%;
}

.ny_dingzhishili li .img img {
	width: 100%;
}

.ny_dingzhishili li .wz {
	width: 48%;
}

.ny_dingzhishili li .wz .wz_ft {
	width: 100%;
}

.ny_dingzhishili li .wz .wz_ft h3 {
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: bold;
	color: #03bac5;
}

.ny_dingzhishili li .wz .wz_ft h4 {
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	color: #333;
}

.ny_dingzhishili li .wz .wz_fb {
	font-size: 17px;
	line-height: 32px;
	color: #666;
	margin: 3% 0 0;
	width: 100%;
}

.ny_dingzhishili li .wz .wz_fb p {
	position: relative;
	padding-left: 15px;
}

.ny_dingzhishili li .wz .wz_fb p::before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 6px;
	height: 6px;
	background: #03bac5;
	border-radius: 50%;
}

.ny_dingzhishili li .wz .wz_fb1 {
	width: 100%;
	margin-top: 4%;
}

.ny_dingzhishili li .wz .wz_fb1 ul {
	overflow: hidden
}

.ny_dingzhishili li .wz .wz_fb1 .wz_fb1_li {
	float: left;
	width: 50%;
	max-width: 220px;
	text-align: center;
	border-right: 1px solid #ccc;
}

.ny_dingzhishili li .wz .wz_fb1 .wz_fb1_li:last-child {
	border-right: 1px solid rgba(0, 0, 0, 0);
}

.ny_dingzhishili li .wz .wz_fb1 .wz_fb1_li h3 {
	font-size: 18px;
	line-height: 1.2;
	color: #03bac5;
}

.ny_dingzhishili li .wz .wz_fb1 .wz_fb1_li h3 span {
	font-size: 1.7rem;
	line-height: 1.2;
	color: #03bac5;
	font-weight: bold;
	margin-right: 5px;
}

.ny_dingzhishili li .wz .wz_fb1 .wz_fb1_li h4 {
	font-size: 17px;
	line-height: 2;
	color: #666;
}

@media(max-width:1280px) {
	.ny_dingzhishili li .wz .wz_ft h3 {
		font-size: 22px;
	}

	.ny_dingzhishili li .wz .wz_ft h4 {
		font-size: 24px;
	}

	.ny_dingzhishili li .wz .wz_fb {
		font-size: 16px;
	}

	.ny_dingzhishili li .wz .wz_fb1 .wz_fb1_li h4 {
		font-size: 16px;
	}

	.ny_dingzhishili li .wz .wz_fb1 .wz_fb1_li h3 span {
		font-size: 28px;
	}
}

@media(max-width:991px) {
	.ny_dingzhishili {
		padding: 4% 0;
	}

	.ny_dingzhishili li .img {
		width: 100%;
	}

	.ny_dingzhishili li .wz {
		margin-top: 3%;
		width: 100%;
	}

	.ny_dingzhishili li .wz .wz_ft h3 {
		font-size: 20px;
	}

	.ny_dingzhishili li .wz .wz_ft h4 {
		font-size: 22px;
	}

	.ny_dingzhishili li .wz .wz_fb {
		margin: 2% 0 0;
	}

	.ny_dingzhishili li .wz .wz_fb1 {
		margin-top: 2.5%;
	}

	.ny_dingzhishili li .wz .wz_fb1 .wz_fb1_li h3 span {
		font-size: 24px;
	}
}

@media(max-width:768px) {
	.ny_dingzhishili {
		padding: 30px 0;
	}

	.ny_dingzhishili li .wz {
		margin-top: 15px;
	}

	.ny_dingzhishili li .wz .wz_ft h3 {
		font-size: 18px;
	}

	.ny_dingzhishili li .wz .wz_ft h4 {
		font-size: 20px;
	}

	.ny_dingzhishili li .wz .wz_fb {
		margin-top: 10px;
	}

	.ny_dingzhishili li .wz .wz_fb1 {
		margin-top: 15px;
	}

	.ny_dingzhishili li:nth-child(2n) {
		margin-top: 20px;
	}
}

@media(max-width:468px) {
	.ny_dingzhishili {
		padding: 25px 0;
	}

	.ny_dingzhishili li .wz .wz_ft h4 {
		font-size: 18px;
	}

	.ny_dingzhishili li .wz .wz_fb1 .wz_fb1_li h3 span {
		font-size: 22px;
	}

	.ny_dingzhishili li .wz .wz_fb1 .wz_fb1_li h3 {
		font-size: 16px;
	}
}

/*荣誉证书*/
.ny_zizhizhengshu {
	padding: 0 0 4%;
}

.ny_zizhizhengshu ul {
	font-size: 0;
}

.ny_zizhizhengshu li {
	width: 23.875%;
	margin-right: 1.5%;
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	text-align: center;
}

.ny_zizhizhengshu li a {
	height: 100%;
	width: 100%;
}

.ny_zizhizhengshu li .img {
	width: 100%;
	height: 100%;
	position: relative;
	margin-top: -44px;
	padding-top: 44px;
}

.ny_zizhizhengshu li .img .img_nn {
	border: 1px solid #e1e1e1;
	height: 100%;
	width: 100%;
	padding: 12px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.img_nn_nn {
	overflow: hidden;
}

.ny_zizhizhengshu li .img img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	height: auto !important;
}

.ny_zizhizhengshu li .wz {
	font-size: 17px;
	line-height: 2;
	color: #666;
	background: #f0f0f0;
	padding: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_zizhizhengshu li:nth-child(4n) {
	margin-right: 0;
}

.ny_zizhizhengshu li:nth-child(n+5) {
	margin-top: 1.5%;
}

.ny_zizhizhengshu li:hover .img .img_nn img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.ny_zizhizhengshu li:hover .wz {
	background: #03bac5;
	color: #fff;
}

@media(max-width:1280px) {
	.ny_zizhizhengshu li .wz {
		font-size: 16px;
	}
}

@media(max-width:991px) {
	.ny_zizhizhengshu {
		padding: 4% 0;
	}
}

@media(max-width:768px) {
	.ny_zizhizhengshu {
		padding: 30px 0;
	}

	.ny_zizhizhengshu li {
		width: 49%;
		margin-right: 2%;
	}

	.ny_zizhizhengshu li:nth-child(2n) {
		margin-right: 0;
	}

	.ny_zizhizhengshu li:nth-child(n+3) {
		margin-top: 2%;
	}
}

@media(max-width:468px) {
	.ny_zizhizhengshu {
		padding: 25px 0;
	}

	.ny_zizhizhengshu li {
		width: 100%;
		margin-right: 0;
	}

	.ny_zizhizhengshu li:nth-child(n+2) {
		margin-top: 15px;
	}

	.ny_zizhizhengshu li .img {
		margin-top: -42px;
		padding-top: 42px;
	}

	.ny_zizhizhengshu li .img .img_nn {
		padding: 8px;
	}

	.ny_zizhizhengshu li .wz {
		font-size: 15px;
	}
}


/* 行业应用 */
.index_jiateng_application{
	background: #f5f5f5;
}
.index_jiateng_application_gai_fc{
	margin-top: 4%;
}
.index_jiateng_application_gai_fc_fl{
	width: 396px;
	position: relative;
	z-index: 10;
}
.index_jiateng_application_gai_fc_fl li{
	width: 48%;
	margin-right: 4%;
	background: #fff;
	padding: 2.2rem 15px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.index_jiateng_application_gai_fc_fl li.on{
	background: #03bac5;
}
.index_jiateng_application_gai_fc_fl li:nth-child(2n){
	margin-right: 0;
}
.index_jiateng_application_gai_fc_fl li:nth-child(n+3){
	margin-top: 4%;
}
.index_jiateng_application_gai_fc_fl li .img{
	width: 35px;
	line-height: 35px;
	position: relative;
	font-size: 0;
}
.index_jiateng_application_gai_fc_fl li .img img{
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.index_jiateng_application_gai_fc_fl li .img .img2{
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.index_jiateng_application_gai_fc_fl li.on .img .img1{
	opacity: 0;
}
.index_jiateng_application_gai_fc_fl li.on .img .img2{
	opacity: 1;
}
.index_jiateng_application_gai_fc_fl li .wz{
	width: 94%;
	padding-left: 35px;
	margin-left: -35px;
}
.index_jiateng_application_gai_fc_fl li .wz h3{
	font-size: 18px;
	line-height: 1.2;
	color: #333;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.index_jiateng_application_gai_fc_fl li.on .wz h3{
	color: #fff;
}
.index_jiateng_application_gai_fc_fl li .wz h4{
	font-size: 14px;
	line-height: 1.4;
	color: #666;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.index_jiateng_application_gai_fc_fl li.on .wz h4{
	color: #fff;
}
.index_jiateng_application_gai_fc_fr{
	width: 100%;
	padding-left: 412px;
	margin-left: -412px;
}
.index_jiateng_application_gai_fc_fr ul{
	height: 100%;
	width: 100%;
}
.index_jiateng_application_gai_fc_fr li{
	position: relative;
	width: 100%;
	height: 100%;
}
.index_jiateng_application_gai_fc_fr li .img{
	width: 100%;
	height: 100%;
}
.index_jiateng_application_gai_fc_fr li .img img{
	display: none;
	width: 100%;
}
.index_jiateng_application_gai_fc_fr li .wz{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
	line-height: 2;
	color: #fff;
	width: 100%;
	padding: 7px 20px;
	background: rgba(0,0,0,.5);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media(max-width:991px){
	.index_jiateng_application_gai_fc{
		margin-top: 3%;
	}
	.index_jiateng_application_gai_fc_fl{
		width: 100%;
	}
	.index_jiateng_application_gai_fc_fl li{
		padding: 20px;
		margin-right: 3%;
		width: 48.5%;
	}
	.index_jiateng_application_gai_fc_fl li:nth-child(2n){
		margin-right: 0;
	}
	.index_jiateng_application_gai_fc_fl li:nth-child(n+3){
		margin-top: 3%;
	}
	.index_jiateng_application_gai_fc_fr{
		width: 100%;
		padding-left: 0;
		margin-left: 0;
		margin-top: 3%;
	}
	.index_jiateng_application_gai_fc_fr li .img img{
		display: block;
	}
}
@media(max-width:768px){
	.index_jiateng_application_gai_fc{
		margin-top: 20px;
	}
	.index_jiateng_application_gai_fc_fl li{
		padding: 15px;
		margin-right: 2%;
		width: 49%;
	}
	.index_jiateng_application_gai_fc_fl li:nth-child(2n){
		margin-right: 0;
	}
	.index_jiateng_application_gai_fc_fl li:nth-child(n+3){
		margin-top: 2%;
	}
	.index_jiateng_application_gai_fc_fl li .wz h3{
		font-size: 17px;
	}
	.index_jiateng_application_gai_fc_fr{
		margin-top: 20px;
	}
	.index_jiateng_application_gai_fc_fr li .wz{
		padding: 5px 15px;
	}
}
@media(max-width:468px){
	.index_jiateng_application_gai_fc{
		margin-top: 15px;
	}
	.index_jiateng_application_gai_fc_fl li{
		padding: 10px;
	}
	.index_jiateng_application_gai_fc_fl li .img{
		width: 28px;
		line-height: 28px;
	}
	.index_jiateng_application_gai_fc_fl li .wz{
		padding-left: 28px;
		margin-left: -28px;
	}
	.index_jiateng_application_gai_fc_fl li .wz h3{
		font-size: 16px;
		font-weight: normal;
	}
	.index_jiateng_application_gai_fc_fl li .wz h4{
		font-size: 13px;
	}
	.index_jiateng_application_gai_fc_fr{
		margin-top: 15px;
	}
}